home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
rocketman.swf
/
scripts
/
frame_229
/
DoAction.as
Wrap
Text File
|
2007-01-12
|
191b
|
10 lines
lti++;
if(bg._framesloaded <= 0)
{
this.gotoAndPlay("level1loading");
}
if(lti > 60 && (bg.getBytesLoaded() == 0 || bg.getBytesLoaded() == -1))
{
this.gotoAndPlay("level1");
}